restrict osm timestamps. (#1107)
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Fri, 12 May 2023 15:48:24 +0000 (09:48 -0600)
committerGitHub <noreply@github.com>
Fri, 12 May 2023 15:48:24 +0000 (09:48 -0600)
commit7b21b453ccaafd87f920b2fd39d2d8cf03026c09
tree01d6c4ad0b1e14d108868281311490c8a2dc3efa
parent86df734da739efd4760bc47e34fea7c2340c6c06
restrict osm timestamps. (#1107)

osm consumers may not accept fractional seconds, but all should
support whole seconds.
osm consumers may not accept time zone designations other than Z,
but all should support time zone designation Z.
See https://github.com/osmcode/osmium-tool/issues/267
osm.cc